records
Production-Based CO2 Intensity and Consumption-Based CO2 Intensity Belgium (Historical)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods192",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods192"
}
] - "definitions":{
- "ods192":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods192_records"
}
}
} - "records":
} - "properties":
- "ods192_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "production":,{
- "type":"number",
- "title":"Production",
- "description":"The production-based CO2 intensity refers to the amount of carbon dioxide equivalents emitted per unit of generated electricity and is expressed in gCO2eq/kWh. The lower the CO2 intensity, the less carbon dioxide is emitted for the same amount of electricity. Cross-border flows are not taken into account in the calculation.",
- "unit":"gCO2eq/kWh"
} - "consumption":{
- "type":"number",
- "title":"Consumption",
- "description":"The consumption-based CO2 intensity refers to the amount of carbon dioxide equivalents emitted per unit of consumed electricity and is expressed in gCO2eq/kWh. The lower the CO2 intensity, the less carbon dioxide is emitted for the same amount of electricity. Cross-border flows are taken into account in the calculation.",
- "unit":"gCO2eq/kWh"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods192":
}